Exercise - Enhance action responses with Adaptive Cards
The sales department needs an agent that answers their questions using information from your data. Here, you enhance the responses returned by the API with Adaptive Cards. You validate how it's working against requirements to check your work.
Specification
The declarative agent:
- Displays the data from the API using an Adaptive Card
Check your work
At this point, you have a declarative agent with custom instructions and examples of questions that the users might ask. It uses an action that can access data from an external API and uses Adaptive Cards in its responses.
- Ask a question related to Northwind Traders about a specific customer. Does the agent return the relevant about the customer in a single Adaptive Card?
- Ask a question related to Northwind Traders about recent orders. Does the agent return a response about several orders, and when you hover over a citation marker, does it show the relevant order information in an Adaptive Card?